OpenRoads Designer CONNECT Edition SDK Help

GetHighLowPoints(ProfileHighLowPointMode, Boolean, Double) Method

Get High/Low points of the element and put them in the ProfiledLinearPointCollection

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public  LinearPointCollection GetHighLowPoints( ProfileHighLowPointMode mode,bool endPoints,double ptToPtTolerance)

Parameters

SettingDescription
  ProfileHighLowPointMode
    
   Point to point tolerance used to calculate the points

Return Value

LinearPointCollection Collection of points

See Also